home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-20 / swl114.zip / 50.BAT < prev    next >
DOS Batch File  |  1991-12-05  |  223b  |  9 lines

  1. @echo off
  2. rem
  3. rem  The MS-DOS 5.0 mode command can set the screen to 43 rows on
  4. rem  an EGA or VGA monitor and 50 rows on a VGA monitor.
  5. rem
  6. rem  This file sets the screen to 50 rows.
  7. rem
  8. mode con: cols=80 lines=50
  9.